- presentationID
- The presentation ID of the N-GET request.
- messageID
- The message ID of the N-GET request.
- abstractClass
- Specifies the SOP Class for for witch attribute values are to be retrieved.
- affectedSOPInstance
- Specifies the SOP Instance for witch attribute values are to be retrieved.
- attributes
- Specifies a set of Attribute identifers for which the attribute values are to be returned.
- responseDataSet
- A Leadtools.Dicom.DicomDataSet which includes the result of the N-GET request.
Visual Basic (Declaration) | |
---|---|
Overloads Public Function ProcessNGetMessage( _ ByVal presentationID As Byte, _ ByVal messageID As Integer, _ ByVal abstractClass As String, _ ByVal affectedSOPInstance As String, _ ByVal attributes() As Long, _ ByVal responseDataSet As DicomDataSet _ ) As WaitHandle |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ClientSession Dim presentationID As Byte Dim messageID As Integer Dim abstractClass As String Dim affectedSOPInstance As String Dim attributes() As Long Dim responseDataSet As DicomDataSet Dim value As WaitHandle value = instance.ProcessNGetMessage(presentationID, messageID, abstractClass, affectedSOPInstance, attributes, responseDataSet) |
C# | |
---|---|
public WaitHandle ProcessNGetMessage( byte presentationID, int messageID, string abstractClass, string affectedSOPInstance, long[] attributes, DicomDataSet responseDataSet ) |
C++/CLI | |
---|---|
public: WaitHandle^ ProcessNGetMessage( byte presentationID, int messageID, String^ abstractClass, String^ affectedSOPInstance, array<int64>^ attributes, DicomDataSet^ responseDataSet ) |
Parameters
- presentationID
- The presentation ID of the N-GET request.
- messageID
- The message ID of the N-GET request.
- abstractClass
- Specifies the SOP Class for for witch attribute values are to be retrieved.
- affectedSOPInstance
- Specifies the SOP Instance for witch attribute values are to be retrieved.
- attributes
- Specifies a set of Attribute identifers for which the attribute values are to be returned.
- responseDataSet
- A Leadtools.Dicom.DicomDataSet which includes the result of the N-GET request.
Return Value
A System.Threading.WaitHandle which is set after the last response is sent to the client.This is an asynchronous method which returns immediately. To wait for the processing to complete use the returned System.Threading.WaitHandle by calling System.Threading.WaitHandle.WaitOne(System.Int32,System.Boolean).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7